[INFO] fetching crate superfusion 0.1.5...
[INFO] testing superfusion-0.1.5 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate superfusion 0.1.5 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate superfusion 0.1.5
[INFO] finished tweaking crates.io crate superfusion 0.1.5
[INFO] tweaked toml for crates.io crate superfusion 0.1.5 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate superfusion 0.1.5 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate superfusion 0.1.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded itoa v0.4.7
[INFO] [stderr]   Downloaded thiserror v1.0.25
[INFO] [stderr]   Downloaded anyhow v1.0.41
[INFO] [stderr]   Downloaded ryu v1.0.5
[INFO] [stderr]   Downloaded serde_derive v1.0.126
[INFO] [stderr]   Downloaded thiserror-impl v1.0.25
[INFO] [stderr]   Downloaded serde_json v1.0.64
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fce90b1bf194a80a106f0b4fb1dd71e69d7cba94cc411b393c8c957f0f8a2c8f
[INFO] running `Command { std: "docker" "start" "-a" "fce90b1bf194a80a106f0b4fb1dd71e69d7cba94cc411b393c8c957f0f8a2c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fce90b1bf194a80a106f0b4fb1dd71e69d7cba94cc411b393c8c957f0f8a2c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fce90b1bf194a80a106f0b4fb1dd71e69d7cba94cc411b393c8c957f0f8a2c8f", kill_on_drop: false }`
[INFO] [stdout] fce90b1bf194a80a106f0b4fb1dd71e69d7cba94cc411b393c8c957f0f8a2c8f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 49b2c27a870fc00088919617df543cc26a94f25ce2e51709f7b68619b20163df
[INFO] running `Command { std: "docker" "start" "-a" "49b2c27a870fc00088919617df543cc26a94f25ce2e51709f7b68619b20163df", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling thiserror-impl v1.0.25
[INFO] [stderr]    Compiling thiserror v1.0.25
[INFO] [stderr]    Compiling superfusion v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/index.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn iter(&self) -> Iter<&Index> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |    |
[INFO] [stdout]     |                 |         |    the same lifetime is elided here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn iter(&self) -> Iter<'_, &Index> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/project.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn indexes(&self) -> IndexList;
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn indexes(&self) -> IndexList<'_>;
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/timeline.rs:40:18
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn strategy(&self) -> Iter<&Index, Strategy> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |         |    |
[INFO] [stdout]    |                     |         |    the same lifetime is elided here
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn strategy(&self) -> Iter<'_, &Index, Strategy> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/timeline.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn projects(&self) -> Iter<Pid, &Path> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |         |         |
[INFO] [stdout]    |                     |         |         the same lifetime is elided here
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn projects(&self) -> Iter<'_, Pid, &Path> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/timeline.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn mapping(&self) -> Result<IndexMapping, Error> {
[INFO] [stdout]    |                ^^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn mapping(&self) -> Result<IndexMapping<'_>, Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/workspace.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn resolve(&self) -> Timeline<Self>
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn resolve(&self) -> Timeline<'_, Self>
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/workspace.rs:80:37
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn preview<W: Workspace>(workspace: &W) -> IndexList {
[INFO] [stdout]    |                                     ^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn preview<W: Workspace>(workspace: &W) -> IndexList<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
[INFO] running `Command { std: "docker" "inspect" "49b2c27a870fc00088919617df543cc26a94f25ce2e51709f7b68619b20163df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "49b2c27a870fc00088919617df543cc26a94f25ce2e51709f7b68619b20163df", kill_on_drop: false }`
[INFO] [stdout] 49b2c27a870fc00088919617df543cc26a94f25ce2e51709f7b68619b20163df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c206b8cf32bad9534e390efe25fb193a56088880804a6cdfb3699d744f05fce4
[INFO] running `Command { std: "docker" "start" "-a" "c206b8cf32bad9534e390efe25fb193a56088880804a6cdfb3699d744f05fce4", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling anyhow v1.0.41
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/index.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn iter(&self) -> Iter<&Index> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |    |
[INFO] [stdout]     |                 |         |    the same lifetime is elided here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn iter(&self) -> Iter<'_, &Index> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/project.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn indexes(&self) -> IndexList;
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn indexes(&self) -> IndexList<'_>;
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/timeline.rs:40:18
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn strategy(&self) -> Iter<&Index, Strategy> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |         |    |
[INFO] [stdout]    |                     |         |    the same lifetime is elided here
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn strategy(&self) -> Iter<'_, &Index, Strategy> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/timeline.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn projects(&self) -> Iter<Pid, &Path> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |         |         |
[INFO] [stdout]    |                     |         |         the same lifetime is elided here
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn projects(&self) -> Iter<'_, Pid, &Path> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/timeline.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn mapping(&self) -> Result<IndexMapping, Error> {
[INFO] [stdout]    |                ^^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn mapping(&self) -> Result<IndexMapping<'_>, Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/workspace.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn resolve(&self) -> Timeline<Self>
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn resolve(&self) -> Timeline<'_, Self>
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/workspace.rs:80:37
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn preview<W: Workspace>(workspace: &W) -> IndexList {
[INFO] [stdout]    |                                     ^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn preview<W: Workspace>(workspace: &W) -> IndexList<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling superfusion v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> examples/auto_rename/project.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn indexes(&self) -> IndexList {
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     fn indexes(&self) -> IndexList<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/index.rs:170:14
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn iter(&self) -> Iter<&Index> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |    |
[INFO] [stdout]     |                 |         |    the same lifetime is elided here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn iter(&self) -> Iter<'_, &Index> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/project.rs:44:13
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn indexes(&self) -> IndexList;
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 44 |     fn indexes(&self) -> IndexList<'_>;
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/timeline.rs:40:18
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn strategy(&self) -> Iter<&Index, Strategy> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |         |    |
[INFO] [stdout]    |                     |         |    the same lifetime is elided here
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn strategy(&self) -> Iter<'_, &Index, Strategy> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/timeline.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn projects(&self) -> Iter<Pid, &Path> {
[INFO] [stdout]    |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                     |         |         |
[INFO] [stdout]    |                     |         |         the same lifetime is elided here
[INFO] [stdout]    |                     |         the same lifetime is hidden here
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn projects(&self) -> Iter<'_, Pid, &Path> {
[INFO] [stdout]    |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/timeline.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn mapping(&self) -> Result<IndexMapping, Error> {
[INFO] [stdout]    |                ^^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 48 |     fn mapping(&self) -> Result<IndexMapping<'_>, Error> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/workspace.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn resolve(&self) -> Timeline<Self>
[INFO] [stdout]    |                ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn resolve(&self) -> Timeline<'_, Self>
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/workspace.rs:80:37
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn preview<W: Workspace>(workspace: &W) -> IndexList {
[INFO] [stdout]    |                                     ^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn preview<W: Workspace>(workspace: &W) -> IndexList<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.22s
[INFO] running `Command { std: "docker" "inspect" "c206b8cf32bad9534e390efe25fb193a56088880804a6cdfb3699d744f05fce4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c206b8cf32bad9534e390efe25fb193a56088880804a6cdfb3699d744f05fce4", kill_on_drop: false }`
[INFO] [stdout] c206b8cf32bad9534e390efe25fb193a56088880804a6cdfb3699d744f05fce4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c3c17c675027bb9795f0a2ac43010977fe4c84ab23f0d0925237ac385d98fa19
[INFO] running `Command { std: "docker" "start" "-a" "c3c17c675027bb9795f0a2ac43010977fe4c84ab23f0d0925237ac385d98fa19", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/index.rs:170:14
[INFO] [stderr]     |
[INFO] [stderr] 170 |     pub fn iter(&self) -> Iter<&Index> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^
[INFO] [stderr]     |                 |         |    |
[INFO] [stderr]     |                 |         |    the same lifetime is elided here
[INFO] [stderr]     |                 |         the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 170 |     pub fn iter(&self) -> Iter<'_, &Index> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/project.rs:44:13
[INFO] [stderr]    |
[INFO] [stderr] 44 |     fn indexes(&self) -> IndexList;
[INFO] [stderr]    |                ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 44 |     fn indexes(&self) -> IndexList<'_>;
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/timeline.rs:40:18
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub fn strategy(&self) -> Iter<&Index, Strategy> {
[INFO] [stderr]    |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                     |         |    |
[INFO] [stderr]    |                     |         |    the same lifetime is elided here
[INFO] [stderr]    |                     |         the same lifetime is hidden here
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub fn strategy(&self) -> Iter<'_, &Index, Strategy> {
[INFO] [stderr]    |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/timeline.rs:44:18
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub fn projects(&self) -> Iter<Pid, &Path> {
[INFO] [stderr]    |                     ^^^^^     ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                     |         |         |
[INFO] [stderr]    |                     |         |         the same lifetime is elided here
[INFO] [stderr]    |                     |         the same lifetime is hidden here
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub fn projects(&self) -> Iter<'_, Pid, &Path> {
[INFO] [stderr]    |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/timeline.rs:48:13
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn mapping(&self) -> Result<IndexMapping, Error> {
[INFO] [stderr]    |                ^^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 48 |     fn mapping(&self) -> Result<IndexMapping<'_>, Error> {
[INFO] [stderr]    |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/workspace.rs:30:13
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn resolve(&self) -> Timeline<Self>
[INFO] [stderr]    |                ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn resolve(&self) -> Timeline<'_, Self>
[INFO] [stderr]    |                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/workspace.rs:80:37
[INFO] [stderr]    |
[INFO] [stderr] 80 | fn preview<W: Workspace>(workspace: &W) -> IndexList {
[INFO] [stderr]    |                                     ^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                     |
[INFO] [stderr]    |                                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 80 | fn preview<W: Workspace>(workspace: &W) -> IndexList<'_> {
[INFO] [stderr]    |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `superfusion` (lib) generated 7 warnings (run `cargo fix --lib -p superfusion` to apply 7 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> examples/auto_rename/project.rs:39:13
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn indexes(&self) -> IndexList {
[INFO] [stderr]    |                ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 39 |     fn indexes(&self) -> IndexList<'_> {
[INFO] [stderr]    |                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `superfusion` (example "auto_rename") generated 1 warning (run `cargo fix --example "auto_rename" -p superfusion` to apply 1 suggestion)
[INFO] [stderr] warning: `superfusion` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/superfusion-fff0185180fed3d3)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test index::tests::is_similar_index ... ok
[INFO] [stdout] test index::tests::rename_index ... ok
[INFO] [stdout] test index::tests::rename_index_2 ... ok
[INFO] [stdout] test index::tests::rename_index_3 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/criteria.rs (/opt/rustwide/target/debug/deps/criteria-603821444aea704b)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test invalid_dir_2 ... ok
[INFO] [stderr]    Doc-tests superfusion
[INFO] [stdout] test invalid_dir_1 ... ok
[INFO] [stdout] test invalid_dir_3 ... ok
[INFO] [stdout] test non_existing_dir ... ok
[INFO] [stdout] test valid_dir ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/index.rs - index::Index::is_similar (line 32) ... ok
[INFO] [stdout] test src/criteria.rs - criteria::Composite (line 13) ... ok
[INFO] [stdout] test src/index.rs - index::IndexList<'a>::get_different_pid (line 115) ... ok
[INFO] [stdout] test src/criteria.rs - criteria::Composite::with (line 37) ... ok
[INFO] [stdout] test src/index.rs - index::IndexList<'a>::get (line 138) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c3c17c675027bb9795f0a2ac43010977fe4c84ab23f0d0925237ac385d98fa19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3c17c675027bb9795f0a2ac43010977fe4c84ab23f0d0925237ac385d98fa19", kill_on_drop: false }`
[INFO] [stdout] c3c17c675027bb9795f0a2ac43010977fe4c84ab23f0d0925237ac385d98fa19
